home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / Pacific C for DOS / BIN / README.TXT < prev   
Text File  |  1995-11-14  |  3KB  |  76 lines

  1. This is the shareware version of Pacific C. Pacific
  2. C is a high-performance C compiler for MS-DOS. It allows
  3. you to write ANSI-standard C programs and compile to run
  4. under the MS-DOS operating system. Pacific C will also
  5. operate under Windows in a DOS box, but will not generate
  6. Windows programs.
  7.  
  8. The unregistered shareware version of Pacific C may be
  9. used for non-commercial and evaluation purposes. If you
  10. register the software you will receive a fuller version of
  11. the software, plus a 400 page bound manual. See the Help/Register
  12. menu item for registration details.
  13.  
  14. Getting Started:
  15.  
  16. The only program you have to run is PPD. This is the
  17. integrated development environment.
  18.  
  19. Pacific C is invoked by the PPD command. Options to the
  20. PPD command are:
  21.  
  22.     /screen:25
  23.     /screen:28
  24.     /screen:43
  25.     /screen:50
  26.  
  27. These options set the DOS screen size to the specified number
  28. of lines. A VGA or better display is needed for 50 lines, an
  29. EGA or better for the others.
  30.  
  31. PPD will also take a file name, which may be a project file
  32. name or a source file name. For example:
  33.  
  34. ppd /screen:43 testing
  35.  
  36. will start up PPD in 43 line mode, and look for a file TESTING.PRJ
  37. or a file TESTING.C. A project file will be loaded, and a source
  38. file will be loaded into the editor.
  39.  
  40. From within PPD you can load files into the editor with the File
  41. menu. To create a project, that allows you to save source file names
  42. and compile options in a project file, use the Make/New project command.
  43.  
  44. When you create a project, you will be prompted to fill in dialog boxes
  45. with compiler options, then a source file list. Enter in the source file
  46. list the names of all the source (.C) files you want to be compiled
  47. and linked together. Assembler (.AS) files may also go here.
  48.  
  49. You can edit the options and the source file list from the Make,
  50. Compile and Options menus.
  51.  
  52. To compile a single file from the editor window, use the Compile menu
  53. or the F3 key. To "make" a project, which may involve compiling several
  54. files and linking them, use the Make menu or the F5 key.
  55.  
  56. Explore the other menus (not forgetting the system menu that looks like
  57. <<>> on the left hand side) to discover other features of
  58. HI-TECH Software's Pacific C compiler.
  59.  
  60. HI-TECH Software also makes a range of C cross compilers for embedded
  61. systems which are sold as full commercial products. Contact us for
  62. more information.
  63.  
  64. HI-TECH Software
  65. PO Box 103, Alderley
  66. QLD 4051 Australia.
  67.  
  68. Phone +61 7 3300 5011
  69. Fax   +61 7 3300 5246
  70.  
  71. Web:   http://www.hitech.com.au
  72. Email: hitech@hitech.com.au
  73. Ftp:   ftp.hitech.com.au
  74.  
  75.  
  76.